runtime.notifyList.notify (field)
7 uses
runtime (current package)
sema.go#L543: notify uint32
sema.go#L576: if less(t, l.notify) {
sema.go#L610: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L625: atomic.Store(&l.notify, l.wait.Load())
sema.go#L647: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L654: t := l.notify
sema.go#L661: atomic.Store(&l.notify, t+1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)